home *** CD-ROM | disk | FTP | other *** search
/ Manchester United on CD / Manchester United on CD.iso / mainmenu.dxr / Internal_4_pointer.ls < prev    next >
Encoding:
Text File  |  2000-08-30  |  255 b   |  11 lines

  1. property psp_mysprite, whichcursor
  2.  
  3. on beginSprite me
  4.   psp_mysprite = sprite(me.spriteNum)
  5.   psp_mysprite.cursor = whichcursor
  6. end
  7.  
  8. on getPropertyDescriptionList me
  9.   return [#whichcursor: [#comment: "whichcursor:", #format: #cursor, #default: 280]]
  10. end
  11.